You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
neiro
Подскажите плиз, как работает этот стиль?
что означает запись вида "div.dashicon a {" или "div.di_network a {" ?
@charset "utf-8";
@media all {
div.dashicon {
float: left;
}
div.dashicon a {
background-image: url(icons/default.png);
background-repeat: no-repeat;
background-position: top;
display: block;
width: 70px;
padding-top: 70px;
color: #000000;
text-decoration: none;
text-align: center;
margin: 2em;
font-weight: bold;
}
div.di_network a {
background-image: url(icons/network.png);
}
div.di_luci a {
background-image: url(icons/desktop.png);
}
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.